home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / RECONFIG.ARJ / RECONFIG.DOC < prev    next >
Text File  |  1991-03-29  |  13KB  |  333 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                    RECONFIG 3.0 - THE DOS CONFIGURATION MANAGER
  22.  
  23.                   (c) 1990 by Optimal Solutions of New Hampshire
  24.  
  25.   
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.                                TABLE OF CONTENT
  40.   
  41.   Installation Instructions................................................3
  42.   How to Run Reconfig......................................................3
  43.   Licensing Information....................................................3
  44.   Pricing..................................................................3
  45.   Hardware Requirements....................................................3
  46.   What is a Configuration?.................................................4
  47.   The Configuration Editor.................................................4
  48.   Getting Started..........................................................4
  49.   Creating a New Configuration.............................................4
  50.   Command Descriptions.....................................................5
  51.   Using the Reconfig Command...............................................5
  52.   Using the Name Command...................................................5
  53.   Using the Autoexec.bat Command...........................................5
  54.   Using the Config.sys Command.............................................5
  55.   Using the Description Command............................................5
  56.   Using the Print Command..................................................6
  57.   Using the Delete Command.................................................6
  58.   Using the Help Command...................................................6
  59.   Importing Text Files into Reconfig.......................................6
  60.   Technical Support........................................................6
  61.   Information about The Menu Construction Set..............................6
  62.   Order Form...............................................................7
  63.   
  64.   
  65.  
  66.   INSTALLATION INSTRUCTIONS
  67.  
  68.   Insert the installation disk into a floppy drive and then type:
  69.   
  70.                       A:       (or B: if you are using Drive B)
  71.                       INSTALL
  72.   
  73.   
  74.   HOW TO RUN RECONFIG
  75.   
  76.   Type RECONFIG to enter the configuration editing environment.
  77.  
  78.   Type RECONFIG [configname] to automatically reconfigure your system to a
  79.   predefined configuration.  For example, RECONFIG NORMAL changes your
  80.   Autoexec.bat and Config.sys files to your normal configuration, and then
  81.   automatically reboots your machine.
  82.  
  83.   RECONFIG NORMAL NOBOOT changes your system to its NORMAL configuration,
  84.   but Reconfig does not reboot your machine after making the change.
  85.  
  86.   
  87.   LICENSING INFORMATION
  88.   
  89.   RECONFIG is being distributed under the Shareware concept, which allows you
  90.   to try the software first before buying.  You only pay for the software if
  91.   you decide to use it.
  92.   
  93.   Upon receipt of your registration check, OSNH will send you the following:
  94.   
  95.                   o Latest version of RECONFIG
  96.                   o Latest version of the documentation
  97.                   o Automatic upgrade to RECONFIG 4.0 (when available)
  98.   
  99.   
  100.   PRICING (Order form on last page)
  101.   
  102.      Single user, single machine license (retail $79).............$39.50
  103.      Reconfig Ten-Pack (60% discount from retail)................$316.00
  104.      Reconfig 100-Pack (70% discount from retail)...............$2370.00
  105.   
  106.   Send check or money order to:
  107.         Optimal Solutions of NH, 6 Salem Road, Atkinson, NH 03811
  108.   
  109.  
  110.   HARDWARE REQUIREMENTS
  111.  
  112.   IBM-compatible microcomputer with 384K memory running DOS 2.0 or later, 
  113.   and a hard disk.
  114.  
  115.  
  116.   WHAT IS A CONFIGURATION?
  117.  
  118.   The Autoexec.bat file and the Config.sys file define your system's
  119.   configuration.  Reconfig allows you to have more than one configuration.
  120.   Reconfig quickly reconfigures your system by copying a predefined
  121.   configuration to your Autoexec.bat and Config.sys files.  For example,
  122.   RECONFIG NORMAL copies the NORMAL configuration from Reconfig's database 
  123.   to C:\AUTOEXEC.BAT and C:\CONFIG.SYS, then automatically reboots the
  124.   machine.  Rebooting is necessary so that the system will rerun the new
  125.   Config.sys and Autoexec.bat files.
  126.  
  127.  
  128.   THE CONFIGURATION EDITOR
  129.  
  130.   Type RECONFIG to enter Reconfig's configuration editing environment.
  131.   Commands are along the top of the screen, and the names of the existing
  132.   configurations are along the left side of the screen.  Use the left and
  133.   right arrow keys to highlight a command, and use the up and down arrow
  134.   keys to highlight a configuration.  Then press the Enter key to 
  135.   simultaneously select the highlighted command and configuration.  For
  136.   example, if both the Autoexec.bat command and the NORMAL configuration
  137.   were highlighted when you pressed Enter, you would be placed in the 
  138.   editor to edit the Autoexec.bat file for the NORMAL configuration.
  139.  
  140.   As you scroll through the configurations using the up and down arrow keys,
  141.   the central part of the screen displays the Autoexec.bat and Config.sys
  142.   files that are associated with the configuration that is currently 
  143.   highlighted.  Each configuration also has an associated description line.
  144.  
  145.   To leave Reconfig, press the Escape key.
  146.  
  147.  
  148.   GETTING STARTED
  149.  
  150.   During the Install process, Reconfig imports your current Autoexec.bat
  151.   and Config.sys files into the configuration called NORMAL.  Reconfig also
  152.   creates a simple but useful configuration called MINIMAL.  The MINIMAL
  153.   configuration is useful when you want an environment with no memory-resident
  154.   programs in your Autoexec.bat and no device drivers in your Config.sys.
  155.   
  156.   Note that if your system requires a device driver to see your hard disk
  157.   or floppy disk, it would be a good idea to include the device driver in
  158.   your MINIMAL configuration.
  159.  
  160.  
  161.   CREATING A NEW CONFIGURATION
  162.   
  163.   The last configuration is always called "New Config".  To create a new
  164.   configuration, highlight "New Config", and either the Name, Autoexec.bat,
  165.   Config.sys, or Description commands, then press Enter.  The contents of the 
  166.   new configuration will be identical to the last configuration edited.
  167.  
  168.  
  169.   COMMAND DESCRIPTIONS
  170.  
  171.   When each command is highlighted, a single line of help appears just below
  172.   the main command line. 
  173.  
  174.   
  175.   USING THE RECONFIG COMMAND
  176.  
  177.   The Reconfig command copies the highlighted configuration's Autoexec.bat and
  178.   Config.sys files to the C:\AUTOEXEC.BAT and C:\CONFIG.SYS files.  You are 
  179.   then asked to type Y if you would like to reboot the machine immediately. 
  180.  
  181.   Note that if the highlighted configuration is "New Config", then this 
  182.   command has no effect.
  183.  
  184.  
  185.   USING THE NAME COMMAND
  186.  
  187.   The Name command allows you to change the name of the highlighted
  188.   configuration.  Be warned that after you change the name and press Enter,
  189.   the configurations will be re-sorted.
  190.  
  191.   You can use the Name command to create a new configuration.  See "Creating
  192.   a New Configuration" above.
  193.  
  194.  
  195.   USING THE AUTOEXEC.BAT COMMAND
  196.  
  197.   The Autoexec.bat command allows you to change the Autoexec.bat file
  198.   associated with the highlighted configuration.  When you select the
  199.   Autoexec.bat command, you are placed in a full-screen editor.  F2 will
  200.   save the changes you make, and Escape will abandon the changes made.
  201.  
  202.   You can use the Autoexec.bat command to create a new configuration.  See 
  203.   "Creating a New Configuration" above.
  204.  
  205.  
  206.   USING THE CONFIG.SYS COMMAND
  207.  
  208.   The Config.sys command allows you to change the Config.sys file associated
  209.   with the highlighted configuration.  When you select the Config.sys command,
  210.   you are placed in a full-screen editor.  F2 will save the changes you make,
  211.   and Escape will abandon the changes made.
  212.  
  213.   You can use the Config.sys command to create a new configuration.  See 
  214.   "Creating a New Configuration" above.
  215.  
  216.  
  217.   USING THE DESCRIPTION COMMAND
  218.  
  219.   The Description command allows you to change the Description associated with
  220.   the highlighted configuration.  The Description can be useful to help explain
  221.   the purpose of a configuration.
  222.  
  223.   You can use the Description command to create a new configuration.  See 
  224.   "Creating a New Configuration" above.
  225.  
  226.  
  227.   USING THE PRINT COMMAND
  228.  
  229.   The Print command allows you to print out all of the configurations.  When
  230.   you select the Print command, Reconfig will ask you for a file name to output
  231.   to.  If you want to print to a printer rather than to a file, enter PRN: as
  232.   the file name.  
  233.  
  234.   Note that it does not matter which configuration is highlighted when you
  235.   select this command, because all configurations are printed.
  236.  
  237.  
  238.   USING THE DELETE COMMAND
  239.  
  240.   The Delete command allows you to delete the highlighted configuration.  After
  241.   you select the Delete command, you will be asked to confirm your deletion
  242.   request by pressing Y.  Any other key will abandon the deletion operation.
  243.  
  244.   Note that you cannot delete the configuration called "New Config".
  245.  
  246.  
  247.   USING THE HELP COMMAND
  248.  
  249.   The Help command gives some simple on-line help, just to get you started.
  250.   Note that it does not matter which configuration is highlighted when you
  251.   select this command.
  252.  
  253.  
  254.   IMPORTING TEXT FILES INTO RECONFIG
  255.  
  256.   1) reconfig -I configname autoexecfile configsysfile         {import both}
  257.   2) reconfig -IA configname autoexecfile             {import autoexec only}
  258.   3) reconfig -IC configname configsysfile          {import config.sys only}
  259.  
  260.   where configname is the exact name of a configuration,
  261.   autoexecfile is the fully specified file name of an autoexec.bat file, and
  262.   configsysfile is the fully specified file name of a config.sys file
  263.  
  264.   Examples:  RECONFIG -I WINDOWS C:\AUTOEXEC.WIN C:\CONFIG.WIN
  265.              RECONFIG -IA NORMAL C:\AUTOEXEC.OLD
  266.              RECONFIG -IC NORMAL C:\CONFIG.SYS
  267.  
  268.   Note that if a configname does not exist, a new configuration will
  269.   automatically be created.  Also, if a specified text file does not exist,
  270.   the import operation will be aborted.
  271.  
  272.  
  273.   TECHNICAL SUPPORT
  274.   
  275.   Registered users can call 603-362-4758 for 24 hours a day, 7 days a week
  276.   technical support.  If you are asked to leave a message, we will call you
  277.   back as soon as possible.
  278.   
  279.   
  280.   INFORMATION ABOUT THE MENU CONSTRUCTION SET
  281.  
  282.   The Menu Construction Set is another fine program developed by OSNH.  There
  283.   is a file called MCS.DOC on the distribution disk which explains what The 
  284.   Menu Construction Set is and how it works.
  285.  
  286.  
  287.  
  288.  
  289.  
  290.                                 ORDER FORM
  291.  
  292.  
  293.                    Make check        Optimal Solutions of NH
  294.                    payable to:            6 Salem Road
  295.                                        Atkinson, NH 03811
  296.  
  297.           =============================================================
  298.           Date:                          PO #:
  299.           =============================================================
  300.            Qty           Description                  Cost    Extension
  301.           -------------------------------------------------------------
  302.                |                                   |         |
  303.                | Reconfig 3.0                      |  $39.50 | $
  304.                | (includes free upgrade to V 4.0)  |         |
  305.                |                                   |         |
  306.                |                                   |         |
  307.                | Menu Construction Set 1.0         |         | 
  308.                |               Single User License |  $47.50 | $
  309.                |                LAN Server License | $147.50 | $
  310.                |   Unlimited Run-time Distribution | $147.50 | $
  311.                |                                   |         |
  312.           ------------------------------------------------------------
  313.                                               Total enclosed:  $
  314.  
  315.           Checks or money orders accepted.
  316.  
  317.           Your Name:
  318.                      ------------------------------------------------
  319.             Address:
  320.                      ------------------------------------------------
  321.                    :
  322.                      ------------------------------------------------
  323.                City:
  324.                      ------------------------------------------------
  325.               State:
  326.                      ------------------------------------------------
  327.                 Zip:
  328.                      ------------------------------------------------
  329.  
  330.  
  331.            Comments:
  332.  
  333.